home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / +ORC / Orc pac 3 / FILEZ.ZIP / F19.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-10-08  |  467 b   |  25 lines

  1. echo off
  2. cls
  3. REM test for correct parameter
  4. if %1 == 3 goto 3disk
  5. if %1 == 5 goto 5disk
  6. echo You must type "INSTALL 5" or "INSTALL 3" for correct installation.
  7. goto End
  8.  
  9. REM set up for 3 1/2 installation and jump to that on hard disk
  10. :3disk
  11. copy a:3install.bat c:\
  12. c:
  13. cd\
  14. 3install
  15.  
  16. REM set up for 5 1/4 installation and jump to that on hard disk
  17. :5disk
  18. copy a:5install.bat c:\
  19. c:
  20. cd\
  21. 5install
  22.  
  23. :End
  24. echo Installation halted, please try again
  25.